home *** CD-ROM | disk | FTP | other *** search
- // generated by Fast Light User Interface Designer (fluid) version 1.00
-
- #ifndef valuators_h
- #define valuators_h
- #include <FL/Fl.H>
- #include <FL/Fl_Adjuster.H>
- #include <FL/Fl_Box.H>
- #include <FL/Fl_Counter.H>
- #include <FL/Fl_Dial.H>
- #include <FL/Fl_Roller.H>
- #include <FL/Fl_Scrollbar.H>
- #include <FL/Fl_Slider.H>
- #include <FL/Fl_Value_Input.H>
- #include <FL/Fl_Value_Output.H>
- #include <FL/Fl_Value_Slider.H>
- #include <FL/Fl_Window.H>
- #include <stdio.h>
- extern void callback(Fl_Adjuster*, void*);
- extern void callback(Fl_Counter*, void*);
- extern void callback(Fl_Dial*, void*);
- extern void callback(Fl_Roller*, void*);
- extern void callback(Fl_Scrollbar*, void*);
- extern void callback(Fl_Slider*, void*);
- extern void callback(Fl_Value_Input*, void*);
- extern void callback(Fl_Value_Output*, void*);
- extern void callback(Fl_Value_Slider*, void*);
- #endif
-